/*===�ű�ǩ�Ĳ�===*/
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===�л���ǩ����ʽ
=====����ָ���߿��ŷ�ֹ��ͻ
===*/

li.gbl201{
list-style-type:none;
width:180px;
height:28px;
border-bottom:1px #000 solid;
margin:0px 0px 0px -1px;
color:#555;
text-align:center;
font:12px/28px simsun;

cursor:pointer;
}


li.gbl201;hover{
list-style-type:none;
width:180px;
height:28px;
border-bottom:1px #ff6400 solid;
margin:0px 0px 0px -1px;
color:#555;
text-align:center;
font:12px/28px simsun;

cursor:pointer;
}

/*===�л���ǩ��ǰѡ�е���ʽ===*/


li.gbl201_current{
list-style-type:none;
width:180px;
height:28px;
border-bottom:1px #000 solid;
margin:0px 0px 0px -1px;
color:#555;
text-align:center;
font:12px/28px simsun;

cursor:pointer;
}


li.gbl201_current:hover{
list-style-type:none;
width:180px;
height:28px;
border-bottom:1px #ef7c21 solid;
margin:0px 0px 0px -1px;
color:#ef7c21;
text-align:center;
font:12px/28px simsun;

cursor:pointer;
}



/*===more������ʽ===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/28px simsun;
color:#555;
margin-right:3px
}

